home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gDefaultLinearList
- doButton()
- set vAddValue to the text of member "Adding Linear AddAt Input Field 2"
- set vAddValue to checkValue(vAddValue)
- set vAddPosition to the text of member "Adding Linear AddAt Input Field 1"
- set vAddPosition to checkPosition(vAddPosition, EMPTY)
- if (vAddValue <> EMPTY) and (vAddPosition <> EMPTY) then
- addAt(gDefaultLinearList, vAddPosition, vAddValue)
- set the text of member "Adding Linear AddAt Display Field 1" to string(gDefaultLinearList)
- end if
- end
-